type github.com/andybalholm/brotli.startPosQueue
9 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L242: type startPosQueue struct {
backward_references_hq.go#L247: func initStartPosQueue(self *startPosQueue) {
backward_references_hq.go#L251: func startPosQueueSize(self *startPosQueue) uint {
backward_references_hq.go#L255: func startPosQueuePush(self *startPosQueue, posdata *posData) {
backward_references_hq.go#L276: func startPosQueueAt(self *startPosQueue, k uint) *posData {
backward_references_hq.go#L358: func evaluateNode(block_start uint, pos uint, max_backward_limit uint, gap uint, starting_dist_cache []int, model *zopfliCostModel, queue *startPosQueue, nodes []zopfliNode) {
backward_references_hq.go#L373: func updateNodes(num_bytes uint, block_start uint, pos uint, ringbuffer []byte, ringbuffer_mask uint, params *encoderParams, max_backward_limit uint, starting_dist_cache []int, num_matches uint, matches []backwardMatch, model *zopfliCostModel, queue *startPosQueue, nodes []zopfliNode) uint {
backward_references_hq.go#L576: var queue startPosQueue
backward_references_hq.go#L628: var queue startPosQueue
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |